home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue61 / Clinic / Object Browser / SetEditorFormU.dfm / SetEditorFormU.txt
Encoding:
Text File  |  2000-03-30  |  847 b   |  46 lines

  1. object SetEditorForm: TSetEditorForm
  2.   Left = 192
  3.   Top = 107
  4.   Width = 331
  5.   Height = 219
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Edit Set Property'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lstEnums: TCheckListBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 225
  20.     Height = 177
  21.     ItemHeight = 13
  22.     TabOrder = 0
  23.   end
  24.   object btnOK: TButton
  25.     Left = 240
  26.     Top = 8
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 1
  33.     OnClick = btnOKClick
  34.   end
  35.   object btnCancel: TButton
  36.     Left = 240
  37.     Top = 40
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45. end
  46.